home *** CD-ROM | disk | FTP | other *** search
- object DesDlgForm: TDesDlgForm
- Left = 200
- Top = 108
- Width = 264
- Height = 187
- ActiveControl = FNameEdit
- Caption = 'Field details form'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object BitBtn1: TBitBtn
- Left = 168
- Top = 128
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 80
- Top = 128
- Width = 75
- Height = 25
- TabOrder = 2
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object GroupBox1: TGroupBox
- Left = 0
- Top = 8
- Width = 256
- Height = 113
- Caption = 'Enter field details '
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 32
- Width = 54
- Height = 13
- Caption = 'Field name:'
- end
- object Label2: TLabel
- Left = 16
- Top = 80
- Width = 49
- Height = 13
- Caption = 'Data type:'
- end
- object FNameEdit: TEdit
- Left = 88
- Top = 24
- Width = 153
- Height = 21
- MaxLength = 25
- TabOrder = 0
- end
- object SortCB: TCheckBox
- Left = 14
- Top = 56
- Width = 161
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Sort table on this field:'
- TabOrder = 1
- end
- object CB1: TComboBox
- Left = 88
- Top = 80
- Width = 153
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- end
- end
-